Skip to content

Fixed incorrect comments and added database creation to all build_sch…#13

Open
cberry216 wants to merge 1 commit intoXD-DENG:masterfrom
cberry216:master
Open

Fixed incorrect comments and added database creation to all build_sch…#13
cberry216 wants to merge 1 commit intoXD-DENG:masterfrom
cberry216:master

Conversation

@cberry216
Copy link

All build_schema files now have a 'CREATE DATABASE' line to create a new database for questions, and a "USE <database" line to switch to the recently created database. Comments that raised errors were also fixed.

@@ -1,4 +1,6 @@
-- LINK: https://en.wikibooks.org/wiki/SQL_Exercises/The_computer_store
CREATE DATABASE sql_exercises_1;
USE sql_exercises_2;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cberry216 , seems this line is inconsistent with the line 2. I believe it's a typo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants